home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / common.cst / 00031_flashGoMarker0.ls < prev    next >
Encoding:
Text File  |  2001-09-04  |  114 b   |  9 lines

  1. on exitFrame me
  2.   if sprite(me.spriteNum).playing = 1 then
  3.     go the frame
  4.   else
  5.     go marker(0)
  6.   end if
  7. end
  8.  
  9.